home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hand Picked Software
/
Hand Picked Software.iso
/
games
/
ultris
/
stall.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-13
|
282b
|
16 lines
echo off
cls
@echo Now making the directory ULTRIS
MD C:\ULTRIS
pause
cls
echo off
@Xcopy *.* C:\ULTRIS /E
@ATTRIB C:\ULTRIS\*.* -R
CLS
@echo The program is now installed.
@echo To run the program switch to the directory it was installed
@echo and type GO
pause
cls